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.435,-97.433)};var g_724313cde1a7f2c508b6fb312715a83c = new google.maps.Geocoder();g_724313cde1a7f2c508b6fb312715a83c.geocode( { 'address': "4646 SE 29th St, Oklahoma City, OK 73115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-plaza-finance').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-plaza-finance'), mapOptions);}document.getElementById('62b9664f').innerHTML += ' | View Map';var $l724313cde1a7f2c508b6fb312715a83c = '

Plaza Finance

Address: 4646 SE 29th St, Oklahoma City, OK 73115, USA
Phone: (405) 672-0202
';var m_724313cde1a7f2c508b6fb312715a83c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Plaza Finance',});m_724313cde1a7f2c508b6fb312715a83c['infowindow'] = new google.maps.InfoWindow({content: $l724313cde1a7f2c508b6fb312715a83c});var infowindow = new google.maps.InfoWindow({content: $l724313cde1a7f2c508b6fb312715a83c});google.maps.event.addListener(m_724313cde1a7f2c508b6fb312715a83c, 'click', function() {infowindow.open(map,m_724313cde1a7f2c508b6fb312715a83c);});$marker.push(m_724313cde1a7f2c508b6fb312715a83c);}});}google.maps.event.addDomListener(window, 'load', initialize);