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.106,-80.6469)};var g_84f2e494266e3d8bff012509c07be604 = new google.maps.Geocoder();g_84f2e494266e3d8bff012509c07be604.geocode( { 'address': "1 University Plaza, Youngstown, OH 44555, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('youngstown-OH-asecu').style.display = '';map = new google.maps.Map(document.getElementById('youngstown-OH-asecu'), mapOptions);}document.getElementById('58a27002').innerHTML += ' | View Map';var $l84f2e494266e3d8bff012509c07be604 = '

ASECU

Address: 1 University Plaza, Youngstown, OH 44555, USA
Phone: (330) 941-3204
';var m_84f2e494266e3d8bff012509c07be604 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ASECU',});m_84f2e494266e3d8bff012509c07be604['infowindow'] = new google.maps.InfoWindow({content: $l84f2e494266e3d8bff012509c07be604});var infowindow = new google.maps.InfoWindow({content: $l84f2e494266e3d8bff012509c07be604});google.maps.event.addListener(m_84f2e494266e3d8bff012509c07be604, 'click', function() {infowindow.open(map,m_84f2e494266e3d8bff012509c07be604);});$marker.push(m_84f2e494266e3d8bff012509c07be604);}});}google.maps.event.addDomListener(window, 'load', initialize);