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(40.9011,-80.8531)};var g_5dc833d3553f33c83627a456db4e90c4 = new google.maps.Geocoder();g_5dc833d3553f33c83627a456db4e90c4.geocode( { 'address': "550 E State St #1, Salem, OH 44460, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-OH-fairway-independent-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('salem-OH-fairway-independent-mortgage-corporation'), mapOptions);}document.getElementById('b2e13e39').innerHTML += ' | View Map';var $l5dc833d3553f33c83627a456db4e90c4 = '

Fairway Independent Mortgage Corporation

Address: 550 E State St #1, Salem, OH 44460, USA
Phone: (330) 337-3260
';var m_5dc833d3553f33c83627a456db4e90c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairway Independent Mortgage Corporation',});m_5dc833d3553f33c83627a456db4e90c4['infowindow'] = new google.maps.InfoWindow({content: $l5dc833d3553f33c83627a456db4e90c4});var infowindow = new google.maps.InfoWindow({content: $l5dc833d3553f33c83627a456db4e90c4});google.maps.event.addListener(m_5dc833d3553f33c83627a456db4e90c4, 'click', function() {infowindow.open(map,m_5dc833d3553f33c83627a456db4e90c4);});$marker.push(m_5dc833d3553f33c83627a456db4e90c4);}});}google.maps.event.addDomListener(window, 'load', initialize);