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.3884,-73.4694)};var g_96794c6ed0f1fb0763915cf6aba2478d = new google.maps.Geocoder();g_96794c6ed0f1fb0763915cf6aba2478d.geocode( { 'address': "68 Lake Ave, Danbury, CT 06810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danbury-CT-maxx-gun-and-pawn-llc').style.display = '';map = new google.maps.Map(document.getElementById('danbury-CT-maxx-gun-and-pawn-llc'), mapOptions);}document.getElementById('93afe563').innerHTML += ' | View Map';var $l96794c6ed0f1fb0763915cf6aba2478d = '

Maxx Gun and Pawn LLC

Address: 68 Lake Ave, Danbury, CT 06810, USA
Phone: (203) 942-2614
';var m_96794c6ed0f1fb0763915cf6aba2478d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maxx Gun and Pawn LLC',});m_96794c6ed0f1fb0763915cf6aba2478d['infowindow'] = new google.maps.InfoWindow({content: $l96794c6ed0f1fb0763915cf6aba2478d});var infowindow = new google.maps.InfoWindow({content: $l96794c6ed0f1fb0763915cf6aba2478d});google.maps.event.addListener(m_96794c6ed0f1fb0763915cf6aba2478d, 'click', function() {infowindow.open(map,m_96794c6ed0f1fb0763915cf6aba2478d);});$marker.push(m_96794c6ed0f1fb0763915cf6aba2478d);}});}google.maps.event.addDomListener(window, 'load', initialize);