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.0524,-94.6256)};var g_e00b14d7127735139bf4150d3d76cb67 = new google.maps.Geocoder();g_e00b14d7127735139bf4150d3d76cb67.geocode( { 'address': "103 McDonald Ave, Poteau, OK 74953, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poteau-OK-shanahan-finance').style.display = '';map = new google.maps.Map(document.getElementById('poteau-OK-shanahan-finance'), mapOptions);}document.getElementById('c49208f0').innerHTML += ' | View Map';var $le00b14d7127735139bf4150d3d76cb67 = '

Shanahan Finance

Address: 103 McDonald Ave, Poteau, OK 74953, USA
Phone: (918) 647-3660
';var m_e00b14d7127735139bf4150d3d76cb67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shanahan Finance',});m_e00b14d7127735139bf4150d3d76cb67['infowindow'] = new google.maps.InfoWindow({content: $le00b14d7127735139bf4150d3d76cb67});var infowindow = new google.maps.InfoWindow({content: $le00b14d7127735139bf4150d3d76cb67});google.maps.event.addListener(m_e00b14d7127735139bf4150d3d76cb67, 'click', function() {infowindow.open(map,m_e00b14d7127735139bf4150d3d76cb67);});$marker.push(m_e00b14d7127735139bf4150d3d76cb67);}});}google.maps.event.addDomListener(window, 'load', initialize);