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.9133,-95.3207)};var g_47a5feca4ce02883a5643e295c7ce6cd = new google.maps.Geocoder();g_47a5feca4ce02883a5643e295c7ce6cd.geocode( { 'address': "711 W Main St, Wilburton, OK 74578, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilburton-OK-empire-finance').style.display = '';map = new google.maps.Map(document.getElementById('wilburton-OK-empire-finance'), mapOptions);}document.getElementById('b7cbdc3e').innerHTML += ' | View Map';var $l47a5feca4ce02883a5643e295c7ce6cd = '

Empire Finance

Address: 711 W Main St, Wilburton, OK 74578, USA
Phone: (918) 465-4233
';var m_47a5feca4ce02883a5643e295c7ce6cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire Finance',});m_47a5feca4ce02883a5643e295c7ce6cd['infowindow'] = new google.maps.InfoWindow({content: $l47a5feca4ce02883a5643e295c7ce6cd});var infowindow = new google.maps.InfoWindow({content: $l47a5feca4ce02883a5643e295c7ce6cd});google.maps.event.addListener(m_47a5feca4ce02883a5643e295c7ce6cd, 'click', function() {infowindow.open(map,m_47a5feca4ce02883a5643e295c7ce6cd);});$marker.push(m_47a5feca4ce02883a5643e295c7ce6cd);}});}google.maps.event.addDomListener(window, 'load', initialize);