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.5553,-97.1231)};var g_b2eba72b746a4158642ef45246ea1cc1 = new google.maps.Geocoder();g_b2eba72b746a4158642ef45246ea1cc1.geocode( { 'address': "605 S University Parks Dr, Waco, TX 76705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waco-TX-extraco-banks-downtown-waco-financial-center--atm').style.display = '';map = new google.maps.Map(document.getElementById('waco-TX-extraco-banks-downtown-waco-financial-center--atm'), mapOptions);}document.getElementById('18599858').innerHTML += ' | View Map';var $lb2eba72b746a4158642ef45246ea1cc1 = '

Extraco Banks Downtown Waco Financial Center | ATM

Address: 605 S University Parks Dr, Waco, TX 76705, USA
Phone: (254) 761-2000
';var m_b2eba72b746a4158642ef45246ea1cc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Extraco Banks Downtown Waco Financial Center | ATM',});m_b2eba72b746a4158642ef45246ea1cc1['infowindow'] = new google.maps.InfoWindow({content: $lb2eba72b746a4158642ef45246ea1cc1});var infowindow = new google.maps.InfoWindow({content: $lb2eba72b746a4158642ef45246ea1cc1});google.maps.event.addListener(m_b2eba72b746a4158642ef45246ea1cc1, 'click', function() {infowindow.open(map,m_b2eba72b746a4158642ef45246ea1cc1);});$marker.push(m_b2eba72b746a4158642ef45246ea1cc1);}});}google.maps.event.addDomListener(window, 'load', initialize);