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.0859,-84.6204)};var g_1c637c686fd3b933aa79a989d9334bcf = new google.maps.Geocoder();g_1c637c686fd3b933aa79a989d9334bcf.geocode( { 'address': "305 Langdon St, Somerset, KY 42503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerset-KY-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('somerset-KY-bbt-atm'), mapOptions);}document.getElementById('b13adae3').innerHTML += ' | View Map';var $l1c637c686fd3b933aa79a989d9334bcf = '

BB&T ATM

Address: 305 Langdon St, Somerset, KY 42503, USA
Phone: (800) 226-5228
';var m_1c637c686fd3b933aa79a989d9334bcf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_1c637c686fd3b933aa79a989d9334bcf['infowindow'] = new google.maps.InfoWindow({content: $l1c637c686fd3b933aa79a989d9334bcf});var infowindow = new google.maps.InfoWindow({content: $l1c637c686fd3b933aa79a989d9334bcf});google.maps.event.addListener(m_1c637c686fd3b933aa79a989d9334bcf, 'click', function() {infowindow.open(map,m_1c637c686fd3b933aa79a989d9334bcf);});$marker.push(m_1c637c686fd3b933aa79a989d9334bcf);}});}google.maps.event.addDomListener(window, 'load', initialize);