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.8274,-72.7319)};var g_6486c9913b6c656e32153ed8899ba058 = new google.maps.Geocoder();g_6486c9913b6c656e32153ed8899ba058.geocode( { 'address': "727 Park Ave, Bloomfield, CT 06002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomfield-CT-silas-deane-pawn-bloomfield').style.display = '';map = new google.maps.Map(document.getElementById('bloomfield-CT-silas-deane-pawn-bloomfield'), mapOptions);}document.getElementById('6e41985b').innerHTML += ' | View Map';var $l6486c9913b6c656e32153ed8899ba058 = '

Silas Deane Pawn Bloomfield

Address: 727 Park Ave, Bloomfield, CT 06002, USA
Phone: (860) 206-9650
';var m_6486c9913b6c656e32153ed8899ba058 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Silas Deane Pawn Bloomfield',});m_6486c9913b6c656e32153ed8899ba058['infowindow'] = new google.maps.InfoWindow({content: $l6486c9913b6c656e32153ed8899ba058});var infowindow = new google.maps.InfoWindow({content: $l6486c9913b6c656e32153ed8899ba058});google.maps.event.addListener(m_6486c9913b6c656e32153ed8899ba058, 'click', function() {infowindow.open(map,m_6486c9913b6c656e32153ed8899ba058);});$marker.push(m_6486c9913b6c656e32153ed8899ba058);}});}google.maps.event.addDomListener(window, 'load', initialize);