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(33.1172,-97.1864)};var g_02c385c57bf570047728890928441329 = new google.maps.Geocoder();g_02c385c57bf570047728890928441329.geocode( { 'address': "302 US-377, Argyle, TX 76226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('argyle-TX-pointbank').style.display = '';map = new google.maps.Map(document.getElementById('argyle-TX-pointbank'), mapOptions);}document.getElementById('07b34a78').innerHTML += ' | View Map';var $l02c385c57bf570047728890928441329 = '

PointBank

Address: 302 US-377, Argyle, TX 76226, USA
Phone: (940) 686-7000
';var m_02c385c57bf570047728890928441329 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PointBank',});m_02c385c57bf570047728890928441329['infowindow'] = new google.maps.InfoWindow({content: $l02c385c57bf570047728890928441329});var infowindow = new google.maps.InfoWindow({content: $l02c385c57bf570047728890928441329});google.maps.event.addListener(m_02c385c57bf570047728890928441329, 'click', function() {infowindow.open(map,m_02c385c57bf570047728890928441329);});$marker.push(m_02c385c57bf570047728890928441329);}});}google.maps.event.addDomListener(window, 'load', initialize);