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(41.1531,-80.7001)};var g_3a50c0c1bdff056065724a5299ee99b8 = new google.maps.Geocoder();g_3a50c0c1bdff056065724a5299ee99b8.geocode( { 'address': "25 Wilson Ave, Girard, OH 44420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('girard-OH-rbs-citizens').style.display = '';map = new google.maps.Map(document.getElementById('girard-OH-rbs-citizens'), mapOptions);}document.getElementById('306f9594').innerHTML += ' | View Map';var $l3a50c0c1bdff056065724a5299ee99b8 = '

Rbs Citizens

Address: 25 Wilson Ave, Girard, OH 44420, USA
Phone: (330) 545-5510
';var m_3a50c0c1bdff056065724a5299ee99b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rbs Citizens',});m_3a50c0c1bdff056065724a5299ee99b8['infowindow'] = new google.maps.InfoWindow({content: $l3a50c0c1bdff056065724a5299ee99b8});var infowindow = new google.maps.InfoWindow({content: $l3a50c0c1bdff056065724a5299ee99b8});google.maps.event.addListener(m_3a50c0c1bdff056065724a5299ee99b8, 'click', function() {infowindow.open(map,m_3a50c0c1bdff056065724a5299ee99b8);});$marker.push(m_3a50c0c1bdff056065724a5299ee99b8);}});}google.maps.event.addDomListener(window, 'load', initialize);