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.6042,-97.1105)};var g_9969888e907824091936ee75a6e785f1 = new google.maps.Geocoder();g_9969888e907824091936ee75a6e785f1.geocode( { 'address': "1207 N. Loop 340, Waco, TX 76705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waco-TX-extraco-banks--waco---north-lake-shore-atm').style.display = '';map = new google.maps.Map(document.getElementById('waco-TX-extraco-banks--waco---north-lake-shore-atm'), mapOptions);}document.getElementById('f9f8a709').innerHTML += ' | View Map';var $l9969888e907824091936ee75a6e785f1 = '

Extraco Banks | Waco - North Lake Shore ATM

Address: 1207 N. Loop 340, Waco, TX 76705, USA
Phone: (254) 761-2000
';var m_9969888e907824091936ee75a6e785f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Extraco Banks | Waco - North Lake Shore ATM',});m_9969888e907824091936ee75a6e785f1['infowindow'] = new google.maps.InfoWindow({content: $l9969888e907824091936ee75a6e785f1});var infowindow = new google.maps.InfoWindow({content: $l9969888e907824091936ee75a6e785f1});google.maps.event.addListener(m_9969888e907824091936ee75a6e785f1, 'click', function() {infowindow.open(map,m_9969888e907824091936ee75a6e785f1);});$marker.push(m_9969888e907824091936ee75a6e785f1);}});}google.maps.event.addDomListener(window, 'load', initialize);