RedMol Map FAQ, Embeddable Zillow Map Widget

  1. What is the RedMol map?
  2. Why did you make this and make it freely available
  3. What new features will you add?
  4. How do I add your map to my site?
  5. I need something. Can you help me?

 

 


 

 

What is the RedMol map?

If you have a real estate website and want to show information about homes without having to learn

RedMol map is for you. Currently, the RedMol Map is sized at 600w x 300h pixels, or 300w x 600h if you prefer a vertical map. There isn't much you can customize. If you have a dying need for this, please contact us and let us know.

 

 

Why did you make this and make it freely available?

If I find it useful, I'm sure others will too. I believe in karma. What goes around comes around

 

 

What new features will you add?

As requested by developers who cater to real estate buyers/investor

  1. Proximity search to landmarks (including StarBucks, WalMart, McDonalds, Home Depot, etc.)
  2. Traffic information (if available)
  3. Job availability / trends
  4. Houses for sale around the area / trends

What would you like to see?

 

 

How do I add your map to my site?

Stick this JavaScript into your web page. These are the parameters (bold are required)

  1. "redmol_address" - This is the address of the property you wish to search
  2. "redmol_citystatezip" - City,State OR zipcode of the property
  3. "redmol_map_vertical" - Set this to true if you want a vertical map. If you do not specify this, it will be set to "false" by default.

That's it! Here's a sample code of how it should look

	<html>
<body>
<script type="text/javascript">
  var redmol_address = "2714 Cardinal Lane";
  var redmol_citystatezip = "95125";
</script>
<script type="text/javascript" language="javascript" 
	src="http://www.redmol.com/embed/map/"></script>
</body>
</html>	

This produces a map that looks like this:


If you want a VERTICAL map, just specify "var redmol_map_vertical = true" in your javascript like so:


<html>
<body>
<script type="text/javascript">
  var redmol_address = "2714 Cardinal Lane";
  var redmol_citystatezip = "95125";
  var redmol_map_vertical = true;
</script>
<script type="text/javascript" language="javascript" 
	src="http://www.redmol.com/embed/map/"></script>
</body>
</html>

This produces a map that looks like this:


 

 

 

 

I need something. Can you help me?

Well, as long as you're not asking us to debug your page, ask here