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(32.4102,-96.8438)};var g_2edfb49eafd8d8946543d4504bf90c38 = new google.maps.Geocoder();g_2edfb49eafd8d8946543d4504bf90c38.geocode( { 'address': "507 Dallas Hwy #804, Waxahachie, TX 75165, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waxahachie-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('waxahachie-TX-world-finance-corporation'), mapOptions);}document.getElementById('ad2994a4').innerHTML += ' | View Map';var $l2edfb49eafd8d8946543d4504bf90c38 = '

World Finance Corporation

Address: 507 Dallas Hwy #804, Waxahachie, TX 75165, USA
Phone: (972) 937-8093
';var m_2edfb49eafd8d8946543d4504bf90c38 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_2edfb49eafd8d8946543d4504bf90c38['infowindow'] = new google.maps.InfoWindow({content: $l2edfb49eafd8d8946543d4504bf90c38});var infowindow = new google.maps.InfoWindow({content: $l2edfb49eafd8d8946543d4504bf90c38});google.maps.event.addListener(m_2edfb49eafd8d8946543d4504bf90c38, 'click', function() {infowindow.open(map,m_2edfb49eafd8d8946543d4504bf90c38);});$marker.push(m_2edfb49eafd8d8946543d4504bf90c38);}});}google.maps.event.addDomListener(window, 'load', initialize);