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.1631,-70.8999)};var g_f2ac3f201db37fcac7688907209983f0 = new google.maps.Geocoder();g_f2ac3f201db37fcac7688907209983f0.geocode( { 'address': "1001 Hingham St #100, Rockland, MA 02370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockland-MA-weier-financial').style.display = '';map = new google.maps.Map(document.getElementById('rockland-MA-weier-financial'), mapOptions);}document.getElementById('b3be88f2').innerHTML += ' | View Map';var $lf2ac3f201db37fcac7688907209983f0 = '

Weier Financial

Address: 1001 Hingham St #100, Rockland, MA 02370, USA
Phone: (781) 792-0062
';var m_f2ac3f201db37fcac7688907209983f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Weier Financial',});m_f2ac3f201db37fcac7688907209983f0['infowindow'] = new google.maps.InfoWindow({content: $lf2ac3f201db37fcac7688907209983f0});var infowindow = new google.maps.InfoWindow({content: $lf2ac3f201db37fcac7688907209983f0});google.maps.event.addListener(m_f2ac3f201db37fcac7688907209983f0, 'click', function() {infowindow.open(map,m_f2ac3f201db37fcac7688907209983f0);});$marker.push(m_f2ac3f201db37fcac7688907209983f0);}});}google.maps.event.addDomListener(window, 'load', initialize);