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.3359,-97.4119)};var g_5ccc5c3a652f20d0b829f72db08c7ed4 = new google.maps.Geocoder();g_5ccc5c3a652f20d0b829f72db08c7ed4.geocode( { 'address': "303 Colonial Dr, Cleburne, TX 76033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleburne-TX-grand-view-bank').style.display = '';map = new google.maps.Map(document.getElementById('cleburne-TX-grand-view-bank'), mapOptions);}document.getElementById('adccfa07').innerHTML += ' | View Map';var $l5ccc5c3a652f20d0b829f72db08c7ed4 = '

Grand View Bank

Address: 303 Colonial Dr, Cleburne, TX 76033, USA
Phone: (817) 641-3100
';var m_5ccc5c3a652f20d0b829f72db08c7ed4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Grand View Bank',});m_5ccc5c3a652f20d0b829f72db08c7ed4['infowindow'] = new google.maps.InfoWindow({content: $l5ccc5c3a652f20d0b829f72db08c7ed4});var infowindow = new google.maps.InfoWindow({content: $l5ccc5c3a652f20d0b829f72db08c7ed4});google.maps.event.addListener(m_5ccc5c3a652f20d0b829f72db08c7ed4, 'click', function() {infowindow.open(map,m_5ccc5c3a652f20d0b829f72db08c7ed4);});$marker.push(m_5ccc5c3a652f20d0b829f72db08c7ed4);}});}google.maps.event.addDomListener(window, 'load', initialize);