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(43.0695,-77.5143)};var g_444d3769fc05984f8bd724f3233e3f9b = new google.maps.Geocoder();g_444d3769fc05984f8bd724f3233e3f9b.geocode( { 'address': "9 N Main St, Pittsford, NY 14534"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsford-NY-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('pittsford-NY-bank-of-america'), mapOptions);}document.getElementById('5c3f703c').innerHTML += ' | View Map';var $l444d3769fc05984f8bd724f3233e3f9b = '

Bank of America

Address: 9 N Main St, Pittsford, NY 14534
Phone: (585) 586-7934
';var m_444d3769fc05984f8bd724f3233e3f9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_444d3769fc05984f8bd724f3233e3f9b['infowindow'] = new google.maps.InfoWindow({content: $l444d3769fc05984f8bd724f3233e3f9b});var infowindow = new google.maps.InfoWindow({content: $l444d3769fc05984f8bd724f3233e3f9b});google.maps.event.addListener(m_444d3769fc05984f8bd724f3233e3f9b, 'click', function() {infowindow.open(map,m_444d3769fc05984f8bd724f3233e3f9b);});$marker.push(m_444d3769fc05984f8bd724f3233e3f9b);}});}google.maps.event.addDomListener(window, 'load', initialize);