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.3612,-71.3639)};var g_ef9dc3d1d41ec40424a3421911de731b = new google.maps.Geocoder();g_ef9dc3d1d41ec40424a3421911de731b.geocode( { 'address': "101 Andrew Ave, Wayland, MA 01778"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wayland-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('wayland-MA-citizens-bank'), mapOptions);}document.getElementById('85b13ae3').innerHTML += ' | View Map';var $lef9dc3d1d41ec40424a3421911de731b = '

Citizens Bank

Address: 101 Andrew Ave, Wayland, MA 01778
Phone: (508) 401-3001
';var m_ef9dc3d1d41ec40424a3421911de731b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_ef9dc3d1d41ec40424a3421911de731b['infowindow'] = new google.maps.InfoWindow({content: $lef9dc3d1d41ec40424a3421911de731b});var infowindow = new google.maps.InfoWindow({content: $lef9dc3d1d41ec40424a3421911de731b});google.maps.event.addListener(m_ef9dc3d1d41ec40424a3421911de731b, 'click', function() {infowindow.open(map,m_ef9dc3d1d41ec40424a3421911de731b);});$marker.push(m_ef9dc3d1d41ec40424a3421911de731b);}});}google.maps.event.addDomListener(window, 'load', initialize);