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.4094,-97.8784)};var g_06d64c290f4c9f97c1410a4a144b2a08 = new google.maps.Geocoder();g_06d64c290f4c9f97c1410a4a144b2a08.geocode( { 'address': "1302 N Grand St, Enid, OK 73701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enid-OK-empire-finance-of-enid').style.display = '';map = new google.maps.Map(document.getElementById('enid-OK-empire-finance-of-enid'), mapOptions);}document.getElementById('b3791eeb').innerHTML += ' | View Map';var $l06d64c290f4c9f97c1410a4a144b2a08 = '

Empire Finance of Enid

Address: 1302 N Grand St, Enid, OK 73701, USA
Phone: (580) 234-5104
';var m_06d64c290f4c9f97c1410a4a144b2a08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire Finance of Enid',});m_06d64c290f4c9f97c1410a4a144b2a08['infowindow'] = new google.maps.InfoWindow({content: $l06d64c290f4c9f97c1410a4a144b2a08});var infowindow = new google.maps.InfoWindow({content: $l06d64c290f4c9f97c1410a4a144b2a08});google.maps.event.addListener(m_06d64c290f4c9f97c1410a4a144b2a08, 'click', function() {infowindow.open(map,m_06d64c290f4c9f97c1410a4a144b2a08);});$marker.push(m_06d64c290f4c9f97c1410a4a144b2a08);}});}google.maps.event.addDomListener(window, 'load', initialize);