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.0806,-97.6967)};var g_b3af4b6d7507eccf16f77dacfb4b4492 = new google.maps.Geocoder();g_b3af4b6d7507eccf16f77dacfb4b4492.geocode( { 'address': "4103 E Central Texas Expy, Killeen, TX 76543, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('killeen-TX-national-banks-of-central-tx').style.display = '';map = new google.maps.Map(document.getElementById('killeen-TX-national-banks-of-central-tx'), mapOptions);}document.getElementById('b4706cc0').innerHTML += ' | View Map';var $lb3af4b6d7507eccf16f77dacfb4b4492 = '

National Banks of Central TX

Address: 4103 E Central Texas Expy, Killeen, TX 76543, USA
Phone: (254) 690-2200
';var m_b3af4b6d7507eccf16f77dacfb4b4492 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Banks of Central TX',});m_b3af4b6d7507eccf16f77dacfb4b4492['infowindow'] = new google.maps.InfoWindow({content: $lb3af4b6d7507eccf16f77dacfb4b4492});var infowindow = new google.maps.InfoWindow({content: $lb3af4b6d7507eccf16f77dacfb4b4492});google.maps.event.addListener(m_b3af4b6d7507eccf16f77dacfb4b4492, 'click', function() {infowindow.open(map,m_b3af4b6d7507eccf16f77dacfb4b4492);});$marker.push(m_b3af4b6d7507eccf16f77dacfb4b4492);}});}google.maps.event.addDomListener(window, 'load', initialize);