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(34.6525,-99.3344)};var g_f73ff6b435051f83259a5f7b2f542e4b = new google.maps.Geocoder();g_f73ff6b435051f83259a5f7b2f542e4b.geocode( { 'address': "1401 N Main St, Altus, OK 73521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altus-OK-empire-finance-of-altus-eof').style.display = '';map = new google.maps.Map(document.getElementById('altus-OK-empire-finance-of-altus-eof'), mapOptions);}document.getElementById('fe3772e2').innerHTML += ' | View Map';var $lf73ff6b435051f83259a5f7b2f542e4b = '

Empire Finance of Altus EOF

Address: 1401 N Main St, Altus, OK 73521, USA
Phone: (580) 301-7306
';var m_f73ff6b435051f83259a5f7b2f542e4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire Finance of Altus EOF',});m_f73ff6b435051f83259a5f7b2f542e4b['infowindow'] = new google.maps.InfoWindow({content: $lf73ff6b435051f83259a5f7b2f542e4b});var infowindow = new google.maps.InfoWindow({content: $lf73ff6b435051f83259a5f7b2f542e4b});google.maps.event.addListener(m_f73ff6b435051f83259a5f7b2f542e4b, 'click', function() {infowindow.open(map,m_f73ff6b435051f83259a5f7b2f542e4b);});$marker.push(m_f73ff6b435051f83259a5f7b2f542e4b);}});}google.maps.event.addDomListener(window, 'load', initialize);