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.5037,-70.0401)};var g_068239f4f6d9ef7367534ba76439d525 = new google.maps.Geocoder();g_068239f4f6d9ef7367534ba76439d525.geocode( { 'address': "289 Main St, Farmington, ME 04938, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-ME-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('farmington-ME-citizens-bank'), mapOptions);}document.getElementById('fc7c0ab7').innerHTML += ' | View Map';var $l068239f4f6d9ef7367534ba76439d525 = '

Citizens Bank

Address: 289 Main St, Farmington, ME 04938, USA
Phone:
';var m_068239f4f6d9ef7367534ba76439d525 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_068239f4f6d9ef7367534ba76439d525['infowindow'] = new google.maps.InfoWindow({content: $l068239f4f6d9ef7367534ba76439d525});var infowindow = new google.maps.InfoWindow({content: $l068239f4f6d9ef7367534ba76439d525});google.maps.event.addListener(m_068239f4f6d9ef7367534ba76439d525, 'click', function() {infowindow.open(map,m_068239f4f6d9ef7367534ba76439d525);});$marker.push(m_068239f4f6d9ef7367534ba76439d525);}});}google.maps.event.addDomListener(window, 'load', initialize);