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.0693,-97.6693)};var g_bf5ba68b08ec6b2f9076ac43f208c2b1 = new google.maps.Geocoder();g_bf5ba68b08ec6b2f9076ac43f208c2b1.geocode( { 'address': "100 W Central Texas Expy, Harker Heights, TX 76548, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harker-heights-TX-extraco-banks').style.display = '';map = new google.maps.Map(document.getElementById('harker-heights-TX-extraco-banks'), mapOptions);}document.getElementById('ae880940').innerHTML += ' | View Map';var $lbf5ba68b08ec6b2f9076ac43f208c2b1 = '

Extraco Banks

Address: 100 W Central Texas Expy, Harker Heights, TX 76548, USA
Phone: (254) 200-3600
';var m_bf5ba68b08ec6b2f9076ac43f208c2b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Extraco Banks',});m_bf5ba68b08ec6b2f9076ac43f208c2b1['infowindow'] = new google.maps.InfoWindow({content: $lbf5ba68b08ec6b2f9076ac43f208c2b1});var infowindow = new google.maps.InfoWindow({content: $lbf5ba68b08ec6b2f9076ac43f208c2b1});google.maps.event.addListener(m_bf5ba68b08ec6b2f9076ac43f208c2b1, 'click', function() {infowindow.open(map,m_bf5ba68b08ec6b2f9076ac43f208c2b1);});$marker.push(m_bf5ba68b08ec6b2f9076ac43f208c2b1);}});}google.maps.event.addDomListener(window, 'load', initialize);