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(40.2842,-76.6548)};var g_564a41f8ea100fcece092aeb06846223 = new google.maps.Geocoder();g_564a41f8ea100fcece092aeb06846223.geocode( { 'address': "201 West Chocolate Avenue, Hershey, PA 17033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hershey-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('hershey-PA-bbt'), mapOptions);}document.getElementById('3e35fead').innerHTML += ' | View Map';var $l564a41f8ea100fcece092aeb06846223 = '

BB&T

Address: 201 West Chocolate Avenue, Hershey, PA 17033, USA
Phone: (717) 531-3131
';var m_564a41f8ea100fcece092aeb06846223 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_564a41f8ea100fcece092aeb06846223['infowindow'] = new google.maps.InfoWindow({content: $l564a41f8ea100fcece092aeb06846223});var infowindow = new google.maps.InfoWindow({content: $l564a41f8ea100fcece092aeb06846223});google.maps.event.addListener(m_564a41f8ea100fcece092aeb06846223, 'click', function() {infowindow.open(map,m_564a41f8ea100fcece092aeb06846223);});$marker.push(m_564a41f8ea100fcece092aeb06846223);}});}google.maps.event.addDomListener(window, 'load', initialize);