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.7396,-96.2853)};var g_a8e00783e9207f221fa083bd2b5f39cc = new google.maps.Geocoder();g_a8e00783e9207f221fa083bd2b5f39cc.geocode( { 'address': "101-B Sage St, Terrell, TX 75160, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('terrell-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('terrell-TX-world-finance-corporation'), mapOptions);}document.getElementById('9bc90ea6').innerHTML += ' | View Map';var $la8e00783e9207f221fa083bd2b5f39cc = '

World Finance Corporation

Address: 101-B Sage St, Terrell, TX 75160, USA
Phone: (972) 563-5786
';var m_a8e00783e9207f221fa083bd2b5f39cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_a8e00783e9207f221fa083bd2b5f39cc['infowindow'] = new google.maps.InfoWindow({content: $la8e00783e9207f221fa083bd2b5f39cc});var infowindow = new google.maps.InfoWindow({content: $la8e00783e9207f221fa083bd2b5f39cc});google.maps.event.addListener(m_a8e00783e9207f221fa083bd2b5f39cc, 'click', function() {infowindow.open(map,m_a8e00783e9207f221fa083bd2b5f39cc);});$marker.push(m_a8e00783e9207f221fa083bd2b5f39cc);}});}google.maps.event.addDomListener(window, 'load', initialize);