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(27.4982,-82.4994)};var g_2bc8e04525867c42dccf5bc674c2e884 = new google.maps.Geocoder();g_2bc8e04525867c42dccf5bc674c2e884.geocode( { 'address': "4959 FL-64, Bradenton, FL 34208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bradenton-FL-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('bradenton-FL-onemain-financial'), mapOptions);}document.getElementById('844e7316').innerHTML += ' | View Map';var $l2bc8e04525867c42dccf5bc674c2e884 = '

OneMain Financial

Address: 4959 FL-64, Bradenton, FL 34208, USA
Phone: (941) 714-0566
';var m_2bc8e04525867c42dccf5bc674c2e884 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_2bc8e04525867c42dccf5bc674c2e884['infowindow'] = new google.maps.InfoWindow({content: $l2bc8e04525867c42dccf5bc674c2e884});var infowindow = new google.maps.InfoWindow({content: $l2bc8e04525867c42dccf5bc674c2e884});google.maps.event.addListener(m_2bc8e04525867c42dccf5bc674c2e884, 'click', function() {infowindow.open(map,m_2bc8e04525867c42dccf5bc674c2e884);});$marker.push(m_2bc8e04525867c42dccf5bc674c2e884);}});}google.maps.event.addDomListener(window, 'load', initialize);