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.7872,-96.7985)};var g_a7a0a1f4201d3a346c365914c1ebb3bd = new google.maps.Geocoder();g_a7a0a1f4201d3a346c365914c1ebb3bd.geocode( { 'address': "2449 Walnut Hill Ln, Dallas, TX 75229"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-one-world-bank').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-one-world-bank'), mapOptions);}document.getElementById('94a1269a').innerHTML += ' | View Map';var $la7a0a1f4201d3a346c365914c1ebb3bd = '

One World Bank

Address: 2449 Walnut Hill Ln, Dallas, TX 75229
Phone: (972) 243-7775
';var m_a7a0a1f4201d3a346c365914c1ebb3bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'One World Bank',});m_a7a0a1f4201d3a346c365914c1ebb3bd['infowindow'] = new google.maps.InfoWindow({content: $la7a0a1f4201d3a346c365914c1ebb3bd});var infowindow = new google.maps.InfoWindow({content: $la7a0a1f4201d3a346c365914c1ebb3bd});google.maps.event.addListener(m_a7a0a1f4201d3a346c365914c1ebb3bd, 'click', function() {infowindow.open(map,m_a7a0a1f4201d3a346c365914c1ebb3bd);});$marker.push(m_a7a0a1f4201d3a346c365914c1ebb3bd);}});}google.maps.event.addDomListener(window, 'load', initialize);