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.2909,-97.6349)};var g_34ea5c9e07d48f1e4d515832c477f821 = new google.maps.Geocoder();g_34ea5c9e07d48f1e4d515832c477f821.geocode( { 'address': "2360 NW 32nd St, Newcastle, OK 73065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newcastle-OK-sba-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('newcastle-OK-sba-financial-services'), mapOptions);}document.getElementById('51385274').innerHTML += ' | View Map';var $l34ea5c9e07d48f1e4d515832c477f821 = '

SBA Financial Services

Address: 2360 NW 32nd St, Newcastle, OK 73065, USA
Phone: (405) 392-5066
';var m_34ea5c9e07d48f1e4d515832c477f821 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SBA Financial Services',});m_34ea5c9e07d48f1e4d515832c477f821['infowindow'] = new google.maps.InfoWindow({content: $l34ea5c9e07d48f1e4d515832c477f821});var infowindow = new google.maps.InfoWindow({content: $l34ea5c9e07d48f1e4d515832c477f821});google.maps.event.addListener(m_34ea5c9e07d48f1e4d515832c477f821, 'click', function() {infowindow.open(map,m_34ea5c9e07d48f1e4d515832c477f821);});$marker.push(m_34ea5c9e07d48f1e4d515832c477f821);}});}google.maps.event.addDomListener(window, 'load', initialize);