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.0992,-80.6493)};var g_c39287d312d814d143e0a4d1051ffc91 = new google.maps.Geocoder();g_c39287d312d814d143e0a4d1051ffc91.geocode( { 'address': "25 Market St #1, Youngstown, OH 44503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('youngstown-OH-first-place-bank').style.display = '';map = new google.maps.Map(document.getElementById('youngstown-OH-first-place-bank'), mapOptions);}document.getElementById('626b3872').innerHTML += ' | View Map';var $lc39287d312d814d143e0a4d1051ffc91 = '

First Place Bank

Address: 25 Market St #1, Youngstown, OH 44503, USA
Phone: (330) 726-3396
';var m_c39287d312d814d143e0a4d1051ffc91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Place Bank',});m_c39287d312d814d143e0a4d1051ffc91['infowindow'] = new google.maps.InfoWindow({content: $lc39287d312d814d143e0a4d1051ffc91});var infowindow = new google.maps.InfoWindow({content: $lc39287d312d814d143e0a4d1051ffc91});google.maps.event.addListener(m_c39287d312d814d143e0a4d1051ffc91, 'click', function() {infowindow.open(map,m_c39287d312d814d143e0a4d1051ffc91);});$marker.push(m_c39287d312d814d143e0a4d1051ffc91);}});}google.maps.event.addDomListener(window, 'load', initialize);