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(31.0894,-97.7197)};var g_a6d3151cb2422988f0c61f67ce55c4e1 = new google.maps.Geocoder();g_a6d3151cb2422988f0c61f67ce55c4e1.geocode( { 'address': "2500 South W S Young Drive, Killeen, TX 76542, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('killeen-TX-ezpawn').style.display = '';map = new google.maps.Map(document.getElementById('killeen-TX-ezpawn'), mapOptions);}document.getElementById('d86cba7a').innerHTML += ' | View Map';var $la6d3151cb2422988f0c61f67ce55c4e1 = '

EZPAWN

Address: 2500 South W S Young Drive, Killeen, TX 76542, USA
Phone: (254) 526-3282
';var m_a6d3151cb2422988f0c61f67ce55c4e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZPAWN',});m_a6d3151cb2422988f0c61f67ce55c4e1['infowindow'] = new google.maps.InfoWindow({content: $la6d3151cb2422988f0c61f67ce55c4e1});var infowindow = new google.maps.InfoWindow({content: $la6d3151cb2422988f0c61f67ce55c4e1});google.maps.event.addListener(m_a6d3151cb2422988f0c61f67ce55c4e1, 'click', function() {infowindow.open(map,m_a6d3151cb2422988f0c61f67ce55c4e1);});$marker.push(m_a6d3151cb2422988f0c61f67ce55c4e1);}});}google.maps.event.addDomListener(window, 'load', initialize);