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(42.9041,-73.7895)};var g_e10ddd1e1a89b3dfbd7c5c1a9b52b5fa = new google.maps.Geocoder();g_e10ddd1e1a89b3dfbd7c5c1a9b52b5fa.geocode( { 'address': "313 Ushers Rd # 1, Ballston Lake, NY 12019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ballston-lake-NY-mt-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('ballston-lake-NY-mt-mortgage'), mapOptions);}document.getElementById('804acec1').innerHTML += ' | View Map';var $le10ddd1e1a89b3dfbd7c5c1a9b52b5fa = '

M&t Mortgage

Address: 313 Ushers Rd # 1, Ballston Lake, NY 12019, USA
Phone: (518) 877-8978
';var m_e10ddd1e1a89b3dfbd7c5c1a9b52b5fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&t Mortgage',});m_e10ddd1e1a89b3dfbd7c5c1a9b52b5fa['infowindow'] = new google.maps.InfoWindow({content: $le10ddd1e1a89b3dfbd7c5c1a9b52b5fa});var infowindow = new google.maps.InfoWindow({content: $le10ddd1e1a89b3dfbd7c5c1a9b52b5fa});google.maps.event.addListener(m_e10ddd1e1a89b3dfbd7c5c1a9b52b5fa, 'click', function() {infowindow.open(map,m_e10ddd1e1a89b3dfbd7c5c1a9b52b5fa);});$marker.push(m_e10ddd1e1a89b3dfbd7c5c1a9b52b5fa);}});}google.maps.event.addDomListener(window, 'load', initialize);