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(33.5345,-101.924)};var g_2bc89f96d5af36cd7c598b934297491f = new google.maps.Geocoder();g_2bc89f96d5af36cd7c598b934297491f.geocode( { 'address': "6502 Slide Rd # 110, Lubbock, TX 79424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lubbock-TX-platinum-bank').style.display = '';map = new google.maps.Map(document.getElementById('lubbock-TX-platinum-bank'), mapOptions);}document.getElementById('c069e737').innerHTML += ' | View Map';var $l2bc89f96d5af36cd7c598b934297491f = '

Platinum Bank

Address: 6502 Slide Rd # 110, Lubbock, TX 79424, USA
Phone: (806) 792-5300
';var m_2bc89f96d5af36cd7c598b934297491f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platinum Bank',});m_2bc89f96d5af36cd7c598b934297491f['infowindow'] = new google.maps.InfoWindow({content: $l2bc89f96d5af36cd7c598b934297491f});var infowindow = new google.maps.InfoWindow({content: $l2bc89f96d5af36cd7c598b934297491f});google.maps.event.addListener(m_2bc89f96d5af36cd7c598b934297491f, 'click', function() {infowindow.open(map,m_2bc89f96d5af36cd7c598b934297491f);});$marker.push(m_2bc89f96d5af36cd7c598b934297491f);}});}google.maps.event.addDomListener(window, 'load', initialize);