var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(34.9237,-120.438)};var g_c5bfd2f128b8ad4744560fda1eab52bb = new google.maps.Geocoder();g_c5bfd2f128b8ad4744560fda1eab52bb.geocode( { 'address': "2011 S Broadway Ste B, Santa Maria, CA 93454, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-maria-CA-american-mortgage-lenders-inc').style.display = '';map = new google.maps.Map(document.getElementById('santa-maria-CA-american-mortgage-lenders-inc'), mapOptions);}document.getElementById('b5771116').innerHTML += ' | View Map';var $lc5bfd2f128b8ad4744560fda1eab52bb = '

American Mortgage Lenders Inc.

Address: 2011 S Broadway Ste B, Santa Maria, CA 93454, USA
Phone: (805) 349-0335
';var m_c5bfd2f128b8ad4744560fda1eab52bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Mortgage Lenders Inc.',});m_c5bfd2f128b8ad4744560fda1eab52bb['infowindow'] = new google.maps.InfoWindow({content: $lc5bfd2f128b8ad4744560fda1eab52bb});var infowindow = new google.maps.InfoWindow({content: $lc5bfd2f128b8ad4744560fda1eab52bb});google.maps.event.addListener(m_c5bfd2f128b8ad4744560fda1eab52bb, 'click', function() {infowindow.open(map,m_c5bfd2f128b8ad4744560fda1eab52bb);});$marker.push(m_c5bfd2f128b8ad4744560fda1eab52bb);}});}google.maps.event.addDomListener(window, 'load', initialize);