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(36.1764,-94.5652)};var g_a805e4d7fe9c62264963adc280161aa7 = new google.maps.Geocoder();g_a805e4d7fe9c62264963adc280161aa7.geocode( { 'address': "3426 US-412, Colcord, OK 74338, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colcord-OK-western-shamrock-finance').style.display = '';map = new google.maps.Map(document.getElementById('colcord-OK-western-shamrock-finance'), mapOptions);}document.getElementById('3288385b').innerHTML += ' | View Map';var $la805e4d7fe9c62264963adc280161aa7 = '

Western Shamrock Finance

Address: 3426 US-412, Colcord, OK 74338, USA
Phone: (918) 422-5040
';var m_a805e4d7fe9c62264963adc280161aa7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Shamrock Finance',});m_a805e4d7fe9c62264963adc280161aa7['infowindow'] = new google.maps.InfoWindow({content: $la805e4d7fe9c62264963adc280161aa7});var infowindow = new google.maps.InfoWindow({content: $la805e4d7fe9c62264963adc280161aa7});google.maps.event.addListener(m_a805e4d7fe9c62264963adc280161aa7, 'click', function() {infowindow.open(map,m_a805e4d7fe9c62264963adc280161aa7);});$marker.push(m_a805e4d7fe9c62264963adc280161aa7);}});}google.maps.event.addDomListener(window, 'load', initialize);