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.0701,-97.7262)};var g_3c8859cf0a76392e7ec47093b0a5adba = new google.maps.Geocoder();g_3c8859cf0a76392e7ec47093b0a5adba.geocode( { 'address': "4524 South W S Young Drive #101, Killeen, TX 76542, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('killeen-TX-swbc-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('killeen-TX-swbc-mortgage-corporation'), mapOptions);}document.getElementById('0f975538').innerHTML += ' | View Map';var $l3c8859cf0a76392e7ec47093b0a5adba = '

SWBC Mortgage Corporation

Address: 4524 South W S Young Drive #101, Killeen, TX 76542, USA
Phone: (254) 634-2822
';var m_3c8859cf0a76392e7ec47093b0a5adba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SWBC Mortgage Corporation',});m_3c8859cf0a76392e7ec47093b0a5adba['infowindow'] = new google.maps.InfoWindow({content: $l3c8859cf0a76392e7ec47093b0a5adba});var infowindow = new google.maps.InfoWindow({content: $l3c8859cf0a76392e7ec47093b0a5adba});google.maps.event.addListener(m_3c8859cf0a76392e7ec47093b0a5adba, 'click', function() {infowindow.open(map,m_3c8859cf0a76392e7ec47093b0a5adba);});$marker.push(m_3c8859cf0a76392e7ec47093b0a5adba);}});}google.maps.event.addDomListener(window, 'load', initialize);