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(35.3733,-94.3944)};var g_a67bc021610f92ddab9aa72b10ea8e7b = new google.maps.Geocoder();g_a67bc021610f92ddab9aa72b10ea8e7b.geocode( { 'address': "3401 Rogers Ave, Fort Smith, AR 72903, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-smith-AR-first-financial-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('fort-smith-AR-first-financial-mortgage'), mapOptions);}document.getElementById('3d5a9f22').innerHTML += ' | View Map';var $la67bc021610f92ddab9aa72b10ea8e7b = '

First Financial Mortgage

Address: 3401 Rogers Ave, Fort Smith, AR 72903, USA
Phone: (479) 782-9300
';var m_a67bc021610f92ddab9aa72b10ea8e7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Mortgage',});m_a67bc021610f92ddab9aa72b10ea8e7b['infowindow'] = new google.maps.InfoWindow({content: $la67bc021610f92ddab9aa72b10ea8e7b});var infowindow = new google.maps.InfoWindow({content: $la67bc021610f92ddab9aa72b10ea8e7b});google.maps.event.addListener(m_a67bc021610f92ddab9aa72b10ea8e7b, 'click', function() {infowindow.open(map,m_a67bc021610f92ddab9aa72b10ea8e7b);});$marker.push(m_a67bc021610f92ddab9aa72b10ea8e7b);}});}google.maps.event.addDomListener(window, 'load', initialize);