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.693,-72.7049)};var g_b978634d21b7e0cb1f8e56f89478b23f = new google.maps.Geocoder();g_b978634d21b7e0cb1f8e56f89478b23f.geocode( { 'address': "2188 Berlin Turnpike, Newington, CT 06111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newington-CT-e-z-money-pawn').style.display = '';map = new google.maps.Map(document.getElementById('newington-CT-e-z-money-pawn'), mapOptions);}document.getElementById('f611c838').innerHTML += ' | View Map';var $lb978634d21b7e0cb1f8e56f89478b23f = '

E-Z Money Pawn

Address: 2188 Berlin Turnpike, Newington, CT 06111, USA
Phone: (860) 665-8385
';var m_b978634d21b7e0cb1f8e56f89478b23f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'E-Z Money Pawn',});m_b978634d21b7e0cb1f8e56f89478b23f['infowindow'] = new google.maps.InfoWindow({content: $lb978634d21b7e0cb1f8e56f89478b23f});var infowindow = new google.maps.InfoWindow({content: $lb978634d21b7e0cb1f8e56f89478b23f});google.maps.event.addListener(m_b978634d21b7e0cb1f8e56f89478b23f, 'click', function() {infowindow.open(map,m_b978634d21b7e0cb1f8e56f89478b23f);});$marker.push(m_b978634d21b7e0cb1f8e56f89478b23f);}});}google.maps.event.addDomListener(window, 'load', initialize);