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.5141,-98.9686)};var g_6133092e7634ed26c25072360c331f5e = new google.maps.Geocoder();g_6133092e7634ed26c25072360c331f5e.geocode( { 'address': "702 Frisco Ave # A, Clinton, OK 73601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-OK-local-finance').style.display = '';map = new google.maps.Map(document.getElementById('clinton-OK-local-finance'), mapOptions);}document.getElementById('1c1cebed').innerHTML += ' | View Map';var $l6133092e7634ed26c25072360c331f5e = '

Local Finance

Address: 702 Frisco Ave # A, Clinton, OK 73601, USA
Phone: (580) 323-3051
';var m_6133092e7634ed26c25072360c331f5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Local Finance',});m_6133092e7634ed26c25072360c331f5e['infowindow'] = new google.maps.InfoWindow({content: $l6133092e7634ed26c25072360c331f5e});var infowindow = new google.maps.InfoWindow({content: $l6133092e7634ed26c25072360c331f5e});google.maps.event.addListener(m_6133092e7634ed26c25072360c331f5e, 'click', function() {infowindow.open(map,m_6133092e7634ed26c25072360c331f5e);});$marker.push(m_6133092e7634ed26c25072360c331f5e);}});}google.maps.event.addDomListener(window, 'load', initialize);