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.0625,-97.6532)};var g_cd47d8c067b0cf629a35b71072b93384 = new google.maps.Geocoder();g_cd47d8c067b0cf629a35b71072b93384.geocode( { 'address': "110 E. FM 2410 Road, Suite A, Harker Heights, TX 76548, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harker-heights-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('harker-heights-TX-world-finance-corporation'), mapOptions);}document.getElementById('2029af97').innerHTML += ' | View Map';var $lcd47d8c067b0cf629a35b71072b93384 = '

World Finance Corporation

Address: 110 E. FM 2410 Road, Suite A, Harker Heights, TX 76548, USA
Phone: (254) 680-5256
';var m_cd47d8c067b0cf629a35b71072b93384 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_cd47d8c067b0cf629a35b71072b93384['infowindow'] = new google.maps.InfoWindow({content: $lcd47d8c067b0cf629a35b71072b93384});var infowindow = new google.maps.InfoWindow({content: $lcd47d8c067b0cf629a35b71072b93384});google.maps.event.addListener(m_cd47d8c067b0cf629a35b71072b93384, 'click', function() {infowindow.open(map,m_cd47d8c067b0cf629a35b71072b93384);});$marker.push(m_cd47d8c067b0cf629a35b71072b93384);}});}google.maps.event.addDomListener(window, 'load', initialize);