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.1266,-81.6547)};var g_ca808ea706f8714c18bf3580ed467889 = new google.maps.Geocoder();g_ca808ea706f8714c18bf3580ed467889.geocode( { 'address': "202 Montrose West Ave Suite #180, Akron, OH 44321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-OH-gsf-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('akron-OH-gsf-mortgage-corporation'), mapOptions);}document.getElementById('bf146636').innerHTML += ' | View Map';var $lca808ea706f8714c18bf3580ed467889 = '

GSF Mortgage Corporation

Address: 202 Montrose West Ave Suite #180, Akron, OH 44321, USA
Phone: (330) 937-9104
';var m_ca808ea706f8714c18bf3580ed467889 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GSF Mortgage Corporation',});m_ca808ea706f8714c18bf3580ed467889['infowindow'] = new google.maps.InfoWindow({content: $lca808ea706f8714c18bf3580ed467889});var infowindow = new google.maps.InfoWindow({content: $lca808ea706f8714c18bf3580ed467889});google.maps.event.addListener(m_ca808ea706f8714c18bf3580ed467889, 'click', function() {infowindow.open(map,m_ca808ea706f8714c18bf3580ed467889);});$marker.push(m_ca808ea706f8714c18bf3580ed467889);}});}google.maps.event.addDomListener(window, 'load', initialize);