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(43.5697,-70.673)};var g_26d88423fc6da243ffddf161ca712757 = new google.maps.Geocoder();g_26d88423fc6da243ffddf161ca712757.geocode( { 'address': "134 Main St, East Waterboro, ME 04030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterboro-ME-waterboro-pawn--gold').style.display = '';map = new google.maps.Map(document.getElementById('waterboro-ME-waterboro-pawn--gold'), mapOptions);}document.getElementById('329c7ca4').innerHTML += ' | View Map';var $l26d88423fc6da243ffddf161ca712757 = '

Waterboro Pawn & Gold

Address: 134 Main St, East Waterboro, ME 04030, USA
Phone: (207) 247-0210
';var m_26d88423fc6da243ffddf161ca712757 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Waterboro Pawn & Gold',});m_26d88423fc6da243ffddf161ca712757['infowindow'] = new google.maps.InfoWindow({content: $l26d88423fc6da243ffddf161ca712757});var infowindow = new google.maps.InfoWindow({content: $l26d88423fc6da243ffddf161ca712757});google.maps.event.addListener(m_26d88423fc6da243ffddf161ca712757, 'click', function() {infowindow.open(map,m_26d88423fc6da243ffddf161ca712757);});$marker.push(m_26d88423fc6da243ffddf161ca712757);}});}google.maps.event.addDomListener(window, 'load', initialize);