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.8758,-73.914)};var g_cc5e82c68af96ec8554ac4ae9cea008d = new google.maps.Geocoder();g_cc5e82c68af96ec8554ac4ae9cea008d.geocode( { 'address': "6805 Old Rte 9 # 26, Rhinebeck, NY 12572, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rhinebeck-NY-abc-123-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('rhinebeck-NY-abc-123-mortgage-inc'), mapOptions);}document.getElementById('4d626d81').innerHTML += ' | View Map';var $lcc5e82c68af96ec8554ac4ae9cea008d = '

ABC 123 Mortgage Inc

Address: 6805 Old Rte 9 # 26, Rhinebeck, NY 12572, USA
Phone: (845) 758-5500
';var m_cc5e82c68af96ec8554ac4ae9cea008d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ABC 123 Mortgage Inc',});m_cc5e82c68af96ec8554ac4ae9cea008d['infowindow'] = new google.maps.InfoWindow({content: $lcc5e82c68af96ec8554ac4ae9cea008d});var infowindow = new google.maps.InfoWindow({content: $lcc5e82c68af96ec8554ac4ae9cea008d});google.maps.event.addListener(m_cc5e82c68af96ec8554ac4ae9cea008d, 'click', function() {infowindow.open(map,m_cc5e82c68af96ec8554ac4ae9cea008d);});$marker.push(m_cc5e82c68af96ec8554ac4ae9cea008d);}});}google.maps.event.addDomListener(window, 'load', initialize);