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.2395,-76.9186)};var g_bc8518ea2f6fe5dc4420a2770606204f = new google.maps.Geocoder();g_bc8518ea2f6fe5dc4420a2770606204f.geocode( { 'address': "1130 Carlisle Road, Camp Hill, PA 17011"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camp-hill-PA-metro-bank').style.display = '';map = new google.maps.Map(document.getElementById('camp-hill-PA-metro-bank'), mapOptions);}document.getElementById('7ce97bc3').innerHTML += ' | View Map';var $lbc8518ea2f6fe5dc4420a2770606204f = '

Metro Bank

Address: 1130 Carlisle Road, Camp Hill, PA 17011
Phone: (717) 909-3200
';var m_bc8518ea2f6fe5dc4420a2770606204f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metro Bank',});m_bc8518ea2f6fe5dc4420a2770606204f['infowindow'] = new google.maps.InfoWindow({content: $lbc8518ea2f6fe5dc4420a2770606204f});var infowindow = new google.maps.InfoWindow({content: $lbc8518ea2f6fe5dc4420a2770606204f});google.maps.event.addListener(m_bc8518ea2f6fe5dc4420a2770606204f, 'click', function() {infowindow.open(map,m_bc8518ea2f6fe5dc4420a2770606204f);});$marker.push(m_bc8518ea2f6fe5dc4420a2770606204f);}});var g_83d8ce56bdec2e973f875f798216123d = new google.maps.Geocoder();g_83d8ce56bdec2e973f875f798216123d.geocode( { 'address': "3201 Trindle Road, Camp Hill, PA 17011"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camp-hill-PA-metro-bank').style.display = '';map = new google.maps.Map(document.getElementById('camp-hill-PA-metro-bank'), mapOptions);}document.getElementById('13dc8ace').innerHTML += ' | View Map';var $l83d8ce56bdec2e973f875f798216123d = '

Metro Bank

Address: 3201 Trindle Road, Camp Hill, PA 17011
Phone: (717) 920-5740
';var m_83d8ce56bdec2e973f875f798216123d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metro Bank',});m_83d8ce56bdec2e973f875f798216123d['infowindow'] = new google.maps.InfoWindow({content: $l83d8ce56bdec2e973f875f798216123d});var infowindow = new google.maps.InfoWindow({content: $l83d8ce56bdec2e973f875f798216123d});google.maps.event.addListener(m_83d8ce56bdec2e973f875f798216123d, 'click', function() {infowindow.open(map,m_83d8ce56bdec2e973f875f798216123d);});$marker.push(m_83d8ce56bdec2e973f875f798216123d);}});}google.maps.event.addDomListener(window, 'load', initialize);