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.8761,-77.2399)};var g_50806d9f6a9a340bcbd59d1f7ee5126c = new google.maps.Geocoder();g_50806d9f6a9a340bcbd59d1f7ee5126c.geocode( { 'address': "4238 Recreation Drive, Canandaigua, NY 14424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canandaigua-NY-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('canandaigua-NY-woodforest-national-bank'), mapOptions);}document.getElementById('03f4a303').innerHTML += ' | View Map';var $l50806d9f6a9a340bcbd59d1f7ee5126c = '

Woodforest National Bank

Address: 4238 Recreation Drive, Canandaigua, NY 14424, USA
Phone: (585) 393-1210
';var m_50806d9f6a9a340bcbd59d1f7ee5126c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_50806d9f6a9a340bcbd59d1f7ee5126c['infowindow'] = new google.maps.InfoWindow({content: $l50806d9f6a9a340bcbd59d1f7ee5126c});var infowindow = new google.maps.InfoWindow({content: $l50806d9f6a9a340bcbd59d1f7ee5126c});google.maps.event.addListener(m_50806d9f6a9a340bcbd59d1f7ee5126c, 'click', function() {infowindow.open(map,m_50806d9f6a9a340bcbd59d1f7ee5126c);});$marker.push(m_50806d9f6a9a340bcbd59d1f7ee5126c);}});}google.maps.event.addDomListener(window, 'load', initialize);