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.1687,-96.9616)};var g_2d1d0dfae8888d333d9c8d69c59e74d5 = new google.maps.Geocoder();g_2d1d0dfae8888d333d9c8d69c59e74d5.geocode( { 'address': "2103 E Eldorado Pkwy, Little Elm, TX 75068"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('little-elm-TX-pointbank').style.display = '';map = new google.maps.Map(document.getElementById('little-elm-TX-pointbank'), mapOptions);}document.getElementById('276ea721').innerHTML += ' | View Map';var $l2d1d0dfae8888d333d9c8d69c59e74d5 = '

Pointbank

Address: 2103 E Eldorado Pkwy, Little Elm, TX 75068
Phone: (972) 294-4224
';var m_2d1d0dfae8888d333d9c8d69c59e74d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pointbank',});m_2d1d0dfae8888d333d9c8d69c59e74d5['infowindow'] = new google.maps.InfoWindow({content: $l2d1d0dfae8888d333d9c8d69c59e74d5});var infowindow = new google.maps.InfoWindow({content: $l2d1d0dfae8888d333d9c8d69c59e74d5});google.maps.event.addListener(m_2d1d0dfae8888d333d9c8d69c59e74d5, 'click', function() {infowindow.open(map,m_2d1d0dfae8888d333d9c8d69c59e74d5);});$marker.push(m_2d1d0dfae8888d333d9c8d69c59e74d5);}});}google.maps.event.addDomListener(window, 'load', initialize);