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.7747,-72.5325)};var g_2d92d9cc61279818c97217607c02f907 = new google.maps.Geocoder();g_2d92d9cc61279818c97217607c02f907.geocode( { 'address': "395 Broad St, Manchester, CT 06040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-CT-silas-deane-pawn-manchester').style.display = '';map = new google.maps.Map(document.getElementById('manchester-CT-silas-deane-pawn-manchester'), mapOptions);}document.getElementById('60f066ca').innerHTML += ' | View Map';var $l2d92d9cc61279818c97217607c02f907 = '

Silas Deane Pawn Manchester

Address: 395 Broad St, Manchester, CT 06040, USA
Phone: (860) 783-5669
';var m_2d92d9cc61279818c97217607c02f907 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Silas Deane Pawn Manchester',});m_2d92d9cc61279818c97217607c02f907['infowindow'] = new google.maps.InfoWindow({content: $l2d92d9cc61279818c97217607c02f907});var infowindow = new google.maps.InfoWindow({content: $l2d92d9cc61279818c97217607c02f907});google.maps.event.addListener(m_2d92d9cc61279818c97217607c02f907, 'click', function() {infowindow.open(map,m_2d92d9cc61279818c97217607c02f907);});$marker.push(m_2d92d9cc61279818c97217607c02f907);}});}google.maps.event.addDomListener(window, 'load', initialize);