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.094,-97.7217)};var g_2e6c7670623f9a2c36ce6d70040fa968 = new google.maps.Geocoder();g_2e6c7670623f9a2c36ce6d70040fa968.geocode( { 'address': "2201 South W S Young Drive #105b, Killeen, TX 76543, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('killeen-TX-pfs-auto-finance').style.display = '';map = new google.maps.Map(document.getElementById('killeen-TX-pfs-auto-finance'), mapOptions);}document.getElementById('2c1b9509').innerHTML += ' | View Map';var $l2e6c7670623f9a2c36ce6d70040fa968 = '

PFS Auto Finance

Address: 2201 South W S Young Drive #105b, Killeen, TX 76543, USA
Phone: (254) 432-5026
';var m_2e6c7670623f9a2c36ce6d70040fa968 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PFS Auto Finance',});m_2e6c7670623f9a2c36ce6d70040fa968['infowindow'] = new google.maps.InfoWindow({content: $l2e6c7670623f9a2c36ce6d70040fa968});var infowindow = new google.maps.InfoWindow({content: $l2e6c7670623f9a2c36ce6d70040fa968});google.maps.event.addListener(m_2e6c7670623f9a2c36ce6d70040fa968, 'click', function() {infowindow.open(map,m_2e6c7670623f9a2c36ce6d70040fa968);});$marker.push(m_2e6c7670623f9a2c36ce6d70040fa968);}});}google.maps.event.addDomListener(window, 'load', initialize);