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(36.6222,-88.3143)};var g_276160bb746dd9d9ad2d9c668648ccab = new google.maps.Geocoder();g_276160bb746dd9d9ad2d9c668648ccab.geocode( { 'address': "1201 Chestnut St, Murray, KY 42071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murray-KY-murray-bank').style.display = '';map = new google.maps.Map(document.getElementById('murray-KY-murray-bank'), mapOptions);}document.getElementById('f4f19073').innerHTML += ' | View Map';var $l276160bb746dd9d9ad2d9c668648ccab = '

Murray Bank

Address: 1201 Chestnut St, Murray, KY 42071, USA
Phone: (270) 753-8558
';var m_276160bb746dd9d9ad2d9c668648ccab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Murray Bank',});m_276160bb746dd9d9ad2d9c668648ccab['infowindow'] = new google.maps.InfoWindow({content: $l276160bb746dd9d9ad2d9c668648ccab});var infowindow = new google.maps.InfoWindow({content: $l276160bb746dd9d9ad2d9c668648ccab});google.maps.event.addListener(m_276160bb746dd9d9ad2d9c668648ccab, 'click', function() {infowindow.open(map,m_276160bb746dd9d9ad2d9c668648ccab);});$marker.push(m_276160bb746dd9d9ad2d9c668648ccab);}});}google.maps.event.addDomListener(window, 'load', initialize);