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(31.5488,-97.1406)};var g_10f1c2a7cf84701278c833556e16941f = new google.maps.Geocoder();g_10f1c2a7cf84701278c833556e16941f.geocode( { 'address': "1422 Austin Ave, Waco, TX 76701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waco-TX-world-finance').style.display = '';map = new google.maps.Map(document.getElementById('waco-TX-world-finance'), mapOptions);}document.getElementById('9cba8b6b').innerHTML += ' | View Map';var $l10f1c2a7cf84701278c833556e16941f = '

World Finance

Address: 1422 Austin Ave, Waco, TX 76701, USA
Phone: (254) 756-5478
';var m_10f1c2a7cf84701278c833556e16941f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance',});m_10f1c2a7cf84701278c833556e16941f['infowindow'] = new google.maps.InfoWindow({content: $l10f1c2a7cf84701278c833556e16941f});var infowindow = new google.maps.InfoWindow({content: $l10f1c2a7cf84701278c833556e16941f});google.maps.event.addListener(m_10f1c2a7cf84701278c833556e16941f, 'click', function() {infowindow.open(map,m_10f1c2a7cf84701278c833556e16941f);});$marker.push(m_10f1c2a7cf84701278c833556e16941f);}});}google.maps.event.addDomListener(window, 'load', initialize);