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(44.5377,-69.6285)};var g_53aba28fea97705a410ec72d5c13bc2b = new google.maps.Geocoder();g_53aba28fea97705a410ec72d5c13bc2b.geocode( { 'address': "1 China Rd, Winslow, ME 04901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winslow-ME-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('winslow-ME-citizens-bank'), mapOptions);}document.getElementById('f6296c7f').innerHTML += ' | View Map';var $l53aba28fea97705a410ec72d5c13bc2b = '

Citizens Bank

Address: 1 China Rd, Winslow, ME 04901, USA
Phone:
';var m_53aba28fea97705a410ec72d5c13bc2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_53aba28fea97705a410ec72d5c13bc2b['infowindow'] = new google.maps.InfoWindow({content: $l53aba28fea97705a410ec72d5c13bc2b});var infowindow = new google.maps.InfoWindow({content: $l53aba28fea97705a410ec72d5c13bc2b});google.maps.event.addListener(m_53aba28fea97705a410ec72d5c13bc2b, 'click', function() {infowindow.open(map,m_53aba28fea97705a410ec72d5c13bc2b);});$marker.push(m_53aba28fea97705a410ec72d5c13bc2b);}});}google.maps.event.addDomListener(window, 'load', initialize);