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.6996,-97.6288)};var g_0b52b5d41f25672816779518fa40b18c = new google.maps.Geocoder();g_0b52b5d41f25672816779518fa40b18c.geocode( { 'address': "200 N FM 1187, Aledo, TX 76008"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aledo-TX-inter-bank').style.display = '';map = new google.maps.Map(document.getElementById('aledo-TX-inter-bank'), mapOptions);}document.getElementById('bb76ef2c').innerHTML += ' | View Map';var $l0b52b5d41f25672816779518fa40b18c = '

Inter Bank

Address: 200 N FM 1187, Aledo, TX 76008
Phone: (817) 441-1717
';var m_0b52b5d41f25672816779518fa40b18c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inter Bank',});m_0b52b5d41f25672816779518fa40b18c['infowindow'] = new google.maps.InfoWindow({content: $l0b52b5d41f25672816779518fa40b18c});var infowindow = new google.maps.InfoWindow({content: $l0b52b5d41f25672816779518fa40b18c});google.maps.event.addListener(m_0b52b5d41f25672816779518fa40b18c, 'click', function() {infowindow.open(map,m_0b52b5d41f25672816779518fa40b18c);});$marker.push(m_0b52b5d41f25672816779518fa40b18c);}});}google.maps.event.addDomListener(window, 'load', initialize);