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.0458,-77.1106)};var g_58c706a0f3df8d717cc08410a60dd236 = new google.maps.Geocoder();g_58c706a0f3df8d717cc08410a60dd236.geocode( { 'address': "711 W Miller St, Newark, NY 14513, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newark-NY-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('newark-NY-citizens-bank'), mapOptions);}document.getElementById('2de18327').innerHTML += ' | View Map';var $l58c706a0f3df8d717cc08410a60dd236 = '

Citizens Bank

Address: 711 W Miller St, Newark, NY 14513, USA
Phone: (315) 331-1830
';var m_58c706a0f3df8d717cc08410a60dd236 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_58c706a0f3df8d717cc08410a60dd236['infowindow'] = new google.maps.InfoWindow({content: $l58c706a0f3df8d717cc08410a60dd236});var infowindow = new google.maps.InfoWindow({content: $l58c706a0f3df8d717cc08410a60dd236});google.maps.event.addListener(m_58c706a0f3df8d717cc08410a60dd236, 'click', function() {infowindow.open(map,m_58c706a0f3df8d717cc08410a60dd236);});$marker.push(m_58c706a0f3df8d717cc08410a60dd236);}});}google.maps.event.addDomListener(window, 'load', initialize);