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.2561,-79.5032)};var g_53459541b995ae70047c433a1b7a6aa0 = new google.maps.Geocoder();g_53459541b995ae70047c433a1b7a6aa0.geocode( { 'address': "28 E Chautauqua St, Mayville, NY 14757, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mayville-NY-farm-credit-east').style.display = '';map = new google.maps.Map(document.getElementById('mayville-NY-farm-credit-east'), mapOptions);}document.getElementById('4ded8424').innerHTML += ' | View Map';var $l53459541b995ae70047c433a1b7a6aa0 = '

Farm Credit East

Address: 28 E Chautauqua St, Mayville, NY 14757, USA
Phone: (716) 753-2144
';var m_53459541b995ae70047c433a1b7a6aa0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit East',});m_53459541b995ae70047c433a1b7a6aa0['infowindow'] = new google.maps.InfoWindow({content: $l53459541b995ae70047c433a1b7a6aa0});var infowindow = new google.maps.InfoWindow({content: $l53459541b995ae70047c433a1b7a6aa0});google.maps.event.addListener(m_53459541b995ae70047c433a1b7a6aa0, 'click', function() {infowindow.open(map,m_53459541b995ae70047c433a1b7a6aa0);});$marker.push(m_53459541b995ae70047c433a1b7a6aa0);}});}google.maps.event.addDomListener(window, 'load', initialize);