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(33.1071,-98.5899)};var g_d194c997829bcc95cf502e971d087a34 = new google.maps.Geocoder();g_d194c997829bcc95cf502e971d087a34.geocode( { 'address': "527 4th St, Graham, TX 76450, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('graham-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('graham-TX-world-finance-corporation'), mapOptions);}document.getElementById('fa31270e').innerHTML += ' | View Map';var $ld194c997829bcc95cf502e971d087a34 = '

World Finance Corporation

Address: 527 4th St, Graham, TX 76450, USA
Phone: (940) 521-0444
';var m_d194c997829bcc95cf502e971d087a34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_d194c997829bcc95cf502e971d087a34['infowindow'] = new google.maps.InfoWindow({content: $ld194c997829bcc95cf502e971d087a34});var infowindow = new google.maps.InfoWindow({content: $ld194c997829bcc95cf502e971d087a34});google.maps.event.addListener(m_d194c997829bcc95cf502e971d087a34, 'click', function() {infowindow.open(map,m_d194c997829bcc95cf502e971d087a34);});$marker.push(m_d194c997829bcc95cf502e971d087a34);}});}google.maps.event.addDomListener(window, 'load', initialize);