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(41.542,-73.9015)};var g_4e895098b998bf816364be95e5a1dd67 = new google.maps.Geocoder();g_4e895098b998bf816364be95e5a1dd67.geocode( { 'address': "798 U.S. 9, Fishkill, NY 12524, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fishkill-NY-abc-123-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('fishkill-NY-abc-123-mortgage-inc'), mapOptions);}document.getElementById('1700d568').innerHTML += ' | View Map';var $l4e895098b998bf816364be95e5a1dd67 = '

ABC 123 Mortgage, Inc

Address: 798 U.S. 9, Fishkill, NY 12524, USA
Phone: (845) 896-5500
';var m_4e895098b998bf816364be95e5a1dd67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ABC 123 Mortgage, Inc',});m_4e895098b998bf816364be95e5a1dd67['infowindow'] = new google.maps.InfoWindow({content: $l4e895098b998bf816364be95e5a1dd67});var infowindow = new google.maps.InfoWindow({content: $l4e895098b998bf816364be95e5a1dd67});google.maps.event.addListener(m_4e895098b998bf816364be95e5a1dd67, 'click', function() {infowindow.open(map,m_4e895098b998bf816364be95e5a1dd67);});$marker.push(m_4e895098b998bf816364be95e5a1dd67);}});}google.maps.event.addDomListener(window, 'load', initialize);