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.991,-86.426)};var g_9455dcfda0fa353956e83513b7952168 = new google.maps.Geocoder();g_9455dcfda0fa353956e83513b7952168.geocode( { 'address': "1054 Fairview Ave, Bowling Green, KY 42103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowling-green-KY-atm-pnc-bank').style.display = '';map = new google.maps.Map(document.getElementById('bowling-green-KY-atm-pnc-bank'), mapOptions);}document.getElementById('3447e30f').innerHTML += ' | View Map';var $l9455dcfda0fa353956e83513b7952168 = '

ATM (PNC Bank)

Address: 1054 Fairview Ave, Bowling Green, KY 42103, USA
Phone: (270) 745-9212
';var m_9455dcfda0fa353956e83513b7952168 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (PNC Bank)',});m_9455dcfda0fa353956e83513b7952168['infowindow'] = new google.maps.InfoWindow({content: $l9455dcfda0fa353956e83513b7952168});var infowindow = new google.maps.InfoWindow({content: $l9455dcfda0fa353956e83513b7952168});google.maps.event.addListener(m_9455dcfda0fa353956e83513b7952168, 'click', function() {infowindow.open(map,m_9455dcfda0fa353956e83513b7952168);});$marker.push(m_9455dcfda0fa353956e83513b7952168);}});}google.maps.event.addDomListener(window, 'load', initialize);