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.0251,-80.688)};var g_12c39d8d04046a8099182c4d83191291 = new google.maps.Geocoder();g_12c39d8d04046a8099182c4d83191291.geocode( { 'address': "860 Boardman-Canfield Rd # 101, Youngstown, OH 44512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('youngstown-OH-first-equity-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('youngstown-OH-first-equity-mortgage-group'), mapOptions);}document.getElementById('057729f8').innerHTML += ' | View Map';var $l12c39d8d04046a8099182c4d83191291 = '

First Equity Mortgage Group

Address: 860 Boardman-Canfield Rd # 101, Youngstown, OH 44512, USA
Phone: (330) 782-0800
';var m_12c39d8d04046a8099182c4d83191291 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Equity Mortgage Group',});m_12c39d8d04046a8099182c4d83191291['infowindow'] = new google.maps.InfoWindow({content: $l12c39d8d04046a8099182c4d83191291});var infowindow = new google.maps.InfoWindow({content: $l12c39d8d04046a8099182c4d83191291});google.maps.event.addListener(m_12c39d8d04046a8099182c4d83191291, 'click', function() {infowindow.open(map,m_12c39d8d04046a8099182c4d83191291);});$marker.push(m_12c39d8d04046a8099182c4d83191291);}});}google.maps.event.addDomListener(window, 'load', initialize);