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(41.6447,-70.8965)};var g_9c7af65c722bb58c699b0c5473b3b82f = new google.maps.Geocoder();g_9c7af65c722bb58c699b0c5473b3b82f.geocode( { 'address': "105 Huttleston Ave, Fairhaven, MA 02719, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairhaven-MA-bankfive').style.display = '';map = new google.maps.Map(document.getElementById('fairhaven-MA-bankfive'), mapOptions);}document.getElementById('05a53a2d').innerHTML += ' | View Map';var $l9c7af65c722bb58c699b0c5473b3b82f = '

BankFive

Address: 105 Huttleston Ave, Fairhaven, MA 02719, USA
Phone: (774) 888-6100
';var m_9c7af65c722bb58c699b0c5473b3b82f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BankFive',});m_9c7af65c722bb58c699b0c5473b3b82f['infowindow'] = new google.maps.InfoWindow({content: $l9c7af65c722bb58c699b0c5473b3b82f});var infowindow = new google.maps.InfoWindow({content: $l9c7af65c722bb58c699b0c5473b3b82f});google.maps.event.addListener(m_9c7af65c722bb58c699b0c5473b3b82f, 'click', function() {infowindow.open(map,m_9c7af65c722bb58c699b0c5473b3b82f);});$marker.push(m_9c7af65c722bb58c699b0c5473b3b82f);}});}google.maps.event.addDomListener(window, 'load', initialize);