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(40.1821,-75.2275)};var g_b69a6a14e34aab9b8aa8e419afe7d02a = new google.maps.Geocoder();g_b69a6a14e34aab9b8aa8e419afe7d02a.geocode( { 'address': "921 N Bethlehem Pike # 208, Ambler, PA 19002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ambler-PA-leo-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('ambler-PA-leo-mortgage-inc'), mapOptions);}document.getElementById('37a912c3').innerHTML += ' | View Map';var $lb69a6a14e34aab9b8aa8e419afe7d02a = '

Leo Mortgage Inc

Address: 921 N Bethlehem Pike # 208, Ambler, PA 19002, USA
Phone: (215) 542-9900
';var m_b69a6a14e34aab9b8aa8e419afe7d02a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Leo Mortgage Inc',});m_b69a6a14e34aab9b8aa8e419afe7d02a['infowindow'] = new google.maps.InfoWindow({content: $lb69a6a14e34aab9b8aa8e419afe7d02a});var infowindow = new google.maps.InfoWindow({content: $lb69a6a14e34aab9b8aa8e419afe7d02a});google.maps.event.addListener(m_b69a6a14e34aab9b8aa8e419afe7d02a, 'click', function() {infowindow.open(map,m_b69a6a14e34aab9b8aa8e419afe7d02a);});$marker.push(m_b69a6a14e34aab9b8aa8e419afe7d02a);}});}google.maps.event.addDomListener(window, 'load', initialize);