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.0441,-97.0167)};var g_09c9e2d4a95bbada9230220c9d53e26d = new google.maps.Geocoder();g_09c9e2d4a95bbada9230220c9d53e26d.geocode( { 'address': "915 W Main St, Lewisville, TX 75067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewisville-TX-pointbank').style.display = '';map = new google.maps.Map(document.getElementById('lewisville-TX-pointbank'), mapOptions);}document.getElementById('6d6f755d').innerHTML += ' | View Map';var $l09c9e2d4a95bbada9230220c9d53e26d = '

PointBank

Address: 915 W Main St, Lewisville, TX 75067, USA
Phone: (940) 686-7000
';var m_09c9e2d4a95bbada9230220c9d53e26d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PointBank',});m_09c9e2d4a95bbada9230220c9d53e26d['infowindow'] = new google.maps.InfoWindow({content: $l09c9e2d4a95bbada9230220c9d53e26d});var infowindow = new google.maps.InfoWindow({content: $l09c9e2d4a95bbada9230220c9d53e26d});google.maps.event.addListener(m_09c9e2d4a95bbada9230220c9d53e26d, 'click', function() {infowindow.open(map,m_09c9e2d4a95bbada9230220c9d53e26d);});$marker.push(m_09c9e2d4a95bbada9230220c9d53e26d);}});}google.maps.event.addDomListener(window, 'load', initialize);