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(37.7473,-85.8926)};var g_26e12e8ce3cf76d35b5ab714143378cd = new google.maps.Geocoder();g_26e12e8ce3cf76d35b5ab714143378cd.geocode( { 'address': "100 Chase Way #4, Elizabethtown, KY 42701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elizabethtown-KY-commonwealth-bank--trust-mortgage-division').style.display = '';map = new google.maps.Map(document.getElementById('elizabethtown-KY-commonwealth-bank--trust-mortgage-division'), mapOptions);}document.getElementById('194821dd').innerHTML += ' | View Map';var $l26e12e8ce3cf76d35b5ab714143378cd = '

Commonwealth Bank & Trust Mortgage Division

Address: 100 Chase Way #4, Elizabethtown, KY 42701, USA
Phone: (270) 234-0299
';var m_26e12e8ce3cf76d35b5ab714143378cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commonwealth Bank & Trust Mortgage Division',});m_26e12e8ce3cf76d35b5ab714143378cd['infowindow'] = new google.maps.InfoWindow({content: $l26e12e8ce3cf76d35b5ab714143378cd});var infowindow = new google.maps.InfoWindow({content: $l26e12e8ce3cf76d35b5ab714143378cd});google.maps.event.addListener(m_26e12e8ce3cf76d35b5ab714143378cd, 'click', function() {infowindow.open(map,m_26e12e8ce3cf76d35b5ab714143378cd);});$marker.push(m_26e12e8ce3cf76d35b5ab714143378cd);}});}google.maps.event.addDomListener(window, 'load', initialize);