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.3481,-97.3867)};var g_f39727627f00fce9ce6f7b021532372e = new google.maps.Geocoder();g_f39727627f00fce9ce6f7b021532372e.geocode( { 'address': "110 N Main St, Cleburne, TX 76033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleburne-TX-colonial-banking').style.display = '';map = new google.maps.Map(document.getElementById('cleburne-TX-colonial-banking'), mapOptions);}document.getElementById('e24d7f06').innerHTML += ' | View Map';var $lf39727627f00fce9ce6f7b021532372e = '

Colonial Banking

Address: 110 N Main St, Cleburne, TX 76033, USA
Phone: (817) 774-2265
';var m_f39727627f00fce9ce6f7b021532372e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colonial Banking',});m_f39727627f00fce9ce6f7b021532372e['infowindow'] = new google.maps.InfoWindow({content: $lf39727627f00fce9ce6f7b021532372e});var infowindow = new google.maps.InfoWindow({content: $lf39727627f00fce9ce6f7b021532372e});google.maps.event.addListener(m_f39727627f00fce9ce6f7b021532372e, 'click', function() {infowindow.open(map,m_f39727627f00fce9ce6f7b021532372e);});$marker.push(m_f39727627f00fce9ce6f7b021532372e);}});}google.maps.event.addDomListener(window, 'load', initialize);