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.5022,-97.9613)};var g_a9fc9c894b76eea1e36c6b109781af2b = new google.maps.Geocoder();g_a9fc9c894b76eea1e36c6b109781af2b.geocode( { 'address': "1 N 11th St, Duncan, OK 73533, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duncan-OK-security-finance').style.display = '';map = new google.maps.Map(document.getElementById('duncan-OK-security-finance'), mapOptions);}document.getElementById('98666c55').innerHTML += ' | View Map';var $la9fc9c894b76eea1e36c6b109781af2b = '

Security Finance

Address: 1 N 11th St, Duncan, OK 73533, USA
Phone: (580) 252-3680
';var m_a9fc9c894b76eea1e36c6b109781af2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Finance',});m_a9fc9c894b76eea1e36c6b109781af2b['infowindow'] = new google.maps.InfoWindow({content: $la9fc9c894b76eea1e36c6b109781af2b});var infowindow = new google.maps.InfoWindow({content: $la9fc9c894b76eea1e36c6b109781af2b});google.maps.event.addListener(m_a9fc9c894b76eea1e36c6b109781af2b, 'click', function() {infowindow.open(map,m_a9fc9c894b76eea1e36c6b109781af2b);});$marker.push(m_a9fc9c894b76eea1e36c6b109781af2b);}});}google.maps.event.addDomListener(window, 'load', initialize);