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.546,-70.9487)};var g_474db8c9bd5216ceb8d9f514fcfa856c = new google.maps.Geocoder();g_474db8c9bd5216ceb8d9f514fcfa856c.geocode( { 'address': "246 Andover St #201, Peabody, MA 01960, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peabody-MA-kevin-s-potter-vp--mortgage-consultant').style.display = '';map = new google.maps.Map(document.getElementById('peabody-MA-kevin-s-potter-vp--mortgage-consultant'), mapOptions);}document.getElementById('2df54466').innerHTML += ' | View Map';var $l474db8c9bd5216ceb8d9f514fcfa856c = '

Kevin S. Potter, VP | Mortgage Consultant

Address: 246 Andover St #201, Peabody, MA 01960, USA
Phone: (978) 818-8306
';var m_474db8c9bd5216ceb8d9f514fcfa856c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kevin S. Potter, VP | Mortgage Consultant',});m_474db8c9bd5216ceb8d9f514fcfa856c['infowindow'] = new google.maps.InfoWindow({content: $l474db8c9bd5216ceb8d9f514fcfa856c});var infowindow = new google.maps.InfoWindow({content: $l474db8c9bd5216ceb8d9f514fcfa856c});google.maps.event.addListener(m_474db8c9bd5216ceb8d9f514fcfa856c, 'click', function() {infowindow.open(map,m_474db8c9bd5216ceb8d9f514fcfa856c);});$marker.push(m_474db8c9bd5216ceb8d9f514fcfa856c);}});}google.maps.event.addDomListener(window, 'load', initialize);