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.4595,-94.7902)};var g_3d43cb0230c4f1ab6b9700689a881ec5 = new google.maps.Geocoder();g_3d43cb0230c4f1ab6b9700689a881ec5.geocode( { 'address': "200 N Elm St, Sallisaw, OK 74955, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sallisaw-OK-anchor-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('sallisaw-OK-anchor-financial-services'), mapOptions);}document.getElementById('09f4260d').innerHTML += ' | View Map';var $l3d43cb0230c4f1ab6b9700689a881ec5 = '

Anchor Financial Services

Address: 200 N Elm St, Sallisaw, OK 74955, USA
Phone: (918) 775-5577
';var m_3d43cb0230c4f1ab6b9700689a881ec5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Anchor Financial Services',});m_3d43cb0230c4f1ab6b9700689a881ec5['infowindow'] = new google.maps.InfoWindow({content: $l3d43cb0230c4f1ab6b9700689a881ec5});var infowindow = new google.maps.InfoWindow({content: $l3d43cb0230c4f1ab6b9700689a881ec5});google.maps.event.addListener(m_3d43cb0230c4f1ab6b9700689a881ec5, 'click', function() {infowindow.open(map,m_3d43cb0230c4f1ab6b9700689a881ec5);});$marker.push(m_3d43cb0230c4f1ab6b9700689a881ec5);}});}google.maps.event.addDomListener(window, 'load', initialize);