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.6932,-97.1265)};var g_cd759452e9577d52354cc327b86f0760 = new google.maps.Geocoder();g_cd759452e9577d52354cc327b86f0760.geocode( { 'address': "3151 S Cooper St, Arlington, TX 76015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-TX-world-finance').style.display = '';map = new google.maps.Map(document.getElementById('arlington-TX-world-finance'), mapOptions);}document.getElementById('665f4768').innerHTML += ' | View Map';var $lcd759452e9577d52354cc327b86f0760 = '

World Finance

Address: 3151 S Cooper St, Arlington, TX 76015, USA
Phone: (817) 419-3645
';var m_cd759452e9577d52354cc327b86f0760 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance',});m_cd759452e9577d52354cc327b86f0760['infowindow'] = new google.maps.InfoWindow({content: $lcd759452e9577d52354cc327b86f0760});var infowindow = new google.maps.InfoWindow({content: $lcd759452e9577d52354cc327b86f0760});google.maps.event.addListener(m_cd759452e9577d52354cc327b86f0760, 'click', function() {infowindow.open(map,m_cd759452e9577d52354cc327b86f0760);});$marker.push(m_cd759452e9577d52354cc327b86f0760);}});}google.maps.event.addDomListener(window, 'load', initialize);