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.2924,-96.987)};var g_122c8022a433f71541b7187a9bb3158a = new google.maps.Geocoder();g_122c8022a433f71541b7187a9bb3158a.geocode( { 'address': "922 S Highway 377, Aubrey, TX 76227"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aubrey-TX-point-bank').style.display = '';map = new google.maps.Map(document.getElementById('aubrey-TX-point-bank'), mapOptions);}document.getElementById('ef89d164').innerHTML += ' | View Map';var $l122c8022a433f71541b7187a9bb3158a = '

Point Bank

Address: 922 S Highway 377, Aubrey, TX 76227
Phone: (940) 365-9336
';var m_122c8022a433f71541b7187a9bb3158a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Point Bank',});m_122c8022a433f71541b7187a9bb3158a['infowindow'] = new google.maps.InfoWindow({content: $l122c8022a433f71541b7187a9bb3158a});var infowindow = new google.maps.InfoWindow({content: $l122c8022a433f71541b7187a9bb3158a});google.maps.event.addListener(m_122c8022a433f71541b7187a9bb3158a, 'click', function() {infowindow.open(map,m_122c8022a433f71541b7187a9bb3158a);});$marker.push(m_122c8022a433f71541b7187a9bb3158a);}});}google.maps.event.addDomListener(window, 'load', initialize);